Installation
npm install --save @types/buffer-json
Summary
This package contains type definitions for buffer-json (https://github.com/jprichardson/buffer-json).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/buffer-json.
export function stringify(value: any, space?: string | number): string;
export function parse(text: string): any;
export function replacer(key: string, value: string): any;
export function reviver(key: string, value: any): any;
Additional Details
- Last updated: Mon, 06 Nov 2023 22:41:05 GMT
- Dependencies: none
Credits
These definitions were written by .